Get Player Balance
1. Request URL
URL: {OPURL}/Cash/Get
2. Request Parameters
| Parameter Name | Type | Description |
|---|---|---|
| AppID | string | Operator’s unique identifier |
| AppSecret | string | Operator’s AppSecret |
| UserID | string | Operator’s unique player identifier |
- Example:
复制{ "UserID": "testuser1", "AppID": "fake", "AppSecret": "1234-abcd-xxxkkk" }
3. Return Result
| Parameter Name | Type | Description |
|---|---|---|
| Balance | float | Player’s current available balance |
- Example:
复制{ "code": 0, "error": "", "data": { "Balance": 10994.12 } }